home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 2675 < prev    next >
Encoding:
Text File  |  1996-08-06  |  1.4 KB  |  36 lines

  1. Newsgroups: comp.lang.c++
  2. Path: news3.noc.netcom.net!zdc!zippo!usenet
  3. From: Jim McFarland <jgm6@orkand.em.cdc.gov>
  4. Subject: Re: 16 vs 32 bit
  5. Content-Type: text/plain; charset=us-ascii
  6. Sender: usenet@news.zippo.com
  7. Content-Transfer-Encoding: 7bit
  8. Nntp-Posting-Host: 158.111.166.77
  9. Organization: The Orkand Corporation
  10. Message-ID: <DLE3t3.3uM@news.zippo.com>
  11. References: <4dk2ib$abv@nntp5.u.washington.edu>
  12. X-Mailer: Mozilla 1.1N (Windows; I; 16bit)
  13. Mime-Version: 1.0
  14. Date: Thu, 18 Jan 1996 18:39:03 GMT
  15.  
  16. Eric Hooton <ehooton@u.washington.edu> wrote:
  17. >  I have Win 95 and Borland C++ 4.5. I'm having a problem 
  18. >building 16 bit projects instead of 32 bit. I built a compact 
  19. >DOS  project as 16 bit, debugged it, then started working on a 
  20. >new  one. When I got the second one to compile I tried to use 
  21. >the  IDE debugger and was told that it can "only debug 16 bit  
  22. >windows applications."
  23. >I went back to the first project and when I compiled it again  
  24. >I got the same message. Did I change a project option that  
  25. >affected it? I don't think I did. If you choose a DOS  
  26. >application project isn't it automatically 16 bit?
  27.  
  28. Yes, but it is not a Windows app, which is what your error message 
  29. pointed out.  The Borland C++ 4.5 IDE's integrated debugger only works 
  30. with Windows applications.  To debug DOS applications, you need to use 
  31. Turbo Debugger for DOS, which comes with BC++ 4.5, but is not part of the 
  32. IDE.
  33.  
  34. Jim
  35.  
  36.